home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 27 / CU Amiga Magazine's Super CD-ROM 27 (1998)(EMAP Images)(GB)[!][issue 1998-10].iso / CUCD / Programming / JForth / Textra120 / ReadME < prev    next >
Encoding:
Text File  |  1997-08-16  |  3.3 KB  |  91 lines

  1.   
  2.                              -- Welcome --
  3.  
  4.    ----------------------------------------------------------------------
  5.      
  6.      Textra 1.20 is freely-distributable as long as the package is
  7.      distributed in it's original TextraFREE.lha form.
  8.      
  9.      Textra 1.20 may be included in software packages, both
  10.      commercial and otherwise, AS LONG AS THE AUTHOR IS NOTIFIED.
  11.      
  12.                          mikeh@starnine.com
  13.                          
  14.                              -- OR --
  15.                              
  16.                              Mike Haas
  17.                           P.O. Box 21677
  18.                         El Sobrante CA 94820
  19.                         
  20.      Textra 1.20 doesn't cost a red cent.  So it's guilt-free, too!  :-)
  21.      
  22.    ----------------------------------------------------------------------
  23.       
  24.    Installation
  25.    
  26.        *** TEXTRA 1.17 AND LATER REQUIRE WORKBENCH 2.0 OR LATER. ***
  27.       
  28.       Hard disk users...
  29.       
  30.          Launch the "Textra Installer" icon and it will prompt you through 
  31.          the installation of Textra and its support files.
  32.             
  33.          \---------------------------------------------------------------/
  34.          |NOTE: If you  do not have the  CBM Installer program,  open the| 
  35.          |      scripts drawer and  DRAG THE "Install_Textra" ICON UP ONE| 
  36.          |      LEVEL (to the same level as Textra) and launch that. This| 
  37.          |      is my own installer program which does the same steps.   | 
  38.          /---------------------------------------------------------------\
  39.            
  40.       Floppy users...
  41.       
  42.          Floppy disk users do not have enough space on their REXX: 
  43.          volume to use the install program, but can include the path 
  44.          to the script's location in the Textra ARexx requester.  See 
  45.          'Launching the Tutorial' for an example.
  46.      
  47.    ----------------------------------------------------------------------
  48.    
  49.    Launching the Tutorial
  50.    
  51.       After the Textra ARexx scripts have been installed into your
  52.       'rexx:' directory, launch the Tutorial ARexx script as follows...
  53.       
  54.          (If Textra is already running, start with step 3)
  55.       
  56.          1. Launch Textra by double-clicking on its icon.
  57.          
  58.          2. In the file-requester that appears, press CANCEL
  59.          
  60.          3. Pull down the "Utilities, ARexx..." menu item.
  61.             The Textra ARexx requester will appear.
  62.          
  63.          4. In any string gadget, enter...
  64.          
  65.                tutorial
  66.                
  67.             ...or, if the script is not in REXX:...
  68.             
  69.                <pathname>tutorial
  70.                
  71.             ...for example, if this package is at the root of DF1:...
  72.             
  73.                DF1:scripts/tutorial
  74.             
  75.             ...followed by RETURN.  The tutorial will soon greet
  76.          you.  (It can take 30 sec. or so on slower machines running
  77.          older versions of ARexx  particularly if running from a
  78.          floppy).
  79.       
  80.    ----------------------------------------------------------------------
  81.       
  82.       Please refer to the 'docs' directory for detailed program 
  83.       documentation.
  84.       
  85.       Please refer to the accompanying 'Docs/WhatsNew.doc' file for 
  86.       detailed, categorized, new feature/bug fix information.
  87.       
  88.       Enjoy!
  89.       
  90.                                                     Mike Haas
  91.